home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyperMac™1.2.cpt / Home / background_4179.txt < prev    next >
Text File  |  1987-11-27  |  2KB  |  92 lines

  1. -- background: 4179 from stack: in
  2. -- bmap block id: 4088
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 16 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=25 top=20 right=48 bottom=313
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Info
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   go to card "Info"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 17 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=24 top=294 right=316 bottom=63
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 19381 / 19381
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: prev
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   visual effect dissolve
  49.   go to next card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 18 (button)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=273 top=296 right=317 bottom=312
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 22308 / 22308
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: next
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect dissolve
  69.   go to next card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 19 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=336 top=292 right=324 bottom=376
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 14953 / 14953
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: return
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect dissolve
  89.   go to card "Home"
  90. end mouseUp
  91.  
  92.